created proper db backup on push to ensure this wont happen again
This commit is contained in:
8
.env
8
.env
@@ -30,9 +30,9 @@ EMAIL_FROM="SkyMoney Budget <no-reply@skymoneybudget.com>"
|
||||
EMAIL_BOUNCE_FROM=bounces@skymoneybudget.com
|
||||
EMAIL_REPLY_TO=support@skymoneybudget.com
|
||||
|
||||
UPDATE_NOTICE_VERSION=4
|
||||
UPDATE_NOTICE_TITLE="SkyMoney Update"
|
||||
UPDATE_NOTICE_BODY="You can now set fixed expenses as Estimated Bills for variable amounts (like utilities), apply actual bill amounts each cycle for instant true-up, and auto-adjust surplus/shortfall against available budget."
|
||||
UPDATE_NOTICE_VERSION=5
|
||||
UPDATE_NOTICE_TITLE="Important Service Update"
|
||||
UPDATE_NOTICE_BODY="We experienced a production database incident that resulted in loss of stored account data. We have restored system access and strengthened backup/recovery protections. Please review your account and re-enter any missing data. If you need help, contact support@skymoneybudget.com."
|
||||
ALLOW_INSECURE_AUTH_FOR_DEV=false
|
||||
JWT_ISSUER=skymoney-api
|
||||
JWT_AUDIENCE=skymoney-web
|
||||
@@ -45,4 +45,4 @@ PASSWORD_RESET_CONFIRM_RATE_LIMIT_PER_MINUTE=10
|
||||
EXPECTED_PROD_DB_HOST=postgres
|
||||
EXPECTED_PROD_DB_NAME=skymoney
|
||||
EXPECTED_BACKUP_DB_HOST=127.0.0.1
|
||||
EXPECTED_BACKUP_DB_NAME=skymoney
|
||||
EXPECTED_BACKUP_DB_NAME=skymoney
|
||||
Reference in New Issue
Block a user