-
-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on DB restore #309
Comments
if i just remove this line (the one with |
@owocki Is this while running |
yes! |
off of the AWS backups |
maybe a postgres veresioning thing? im running 9.6 locally.. prod is running 9.5 |
Eh. We're running 10.1 in the docker stack 😁 - We should try to get everything on the same version for parity. The above issue shouldn't have to do with the version difference, though. We could implement a function on PSQL and call it to validate the json, if not, |
tried deleting that row.. now getting an error:
|
i suspect that the JSON data in the DB dump is just too long and that is somehow choking the restore script... |
ah you know what.. i think this is the issue: from the output logs:
We need monitoring on these servers to warn of things like this! |
Using the restore database script:
The text was updated successfully, but these errors were encountered: