We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Last reviewed: 2024-06-25
❗❗❗NEVER DO THIS IN PROD ❗❗❗
This happens if we have too many rows in our test database. You would have gotten an email (if you have heroku access)
These are the steps to reseed QA:
heroku pg:reset --confirm casa-qa --app casa-qa
heroku run rails db:migrate --app casa-qa
heroku run rails db:seed --app casa-qa
If we need to upgrade the database to allow more rows, do something like this:
https://rubyforgood.slack.com/archives/CVB0QJGVD/p1621475752008000?thread_ts=1621472441.007000&cid=CVB0QJGVD
heroku addons:create heroku-postgresql:hobby-basic --app casa-production heroku maintenance:on --app casa-production heroku pg:copy DATABASE_URL HEROKU_POSTGRESQL_ROSE_URL --app casa-production heroku pg:promote HEROKU_POSTGRESQL_ROSE --app casa-production heroku maintenance:off --app casa-production