DOI-ONRR / onrr.gov-site

We will use this repo to manage our work on the onrr.gov website
12 stars 3 forks source link

Create implementation plan for updated Editor.js #3123

Closed greensomes closed 1 month ago

greensomes commented 1 month ago

Document the plan to implement the new version of Editor.js in Dev, including a rollback plan for the database in the event that CircleCi needs to be run to push content to prod.

greensomes commented 1 month ago
greensomes commented 1 month ago

Here's how to take the database backup:

cf target -s dev; cg-manage-rds export -o "-F c" -f ./dev-onrr-psql-backup.pg dev-onrr-psql

And to restore from the backup:

cf target -s dev; cg-manage-rds import -o "-F c" -f ./dev-onrr-psql-backup.pg dev-onrr-psql
greensomes commented 1 month ago

See issue #3195 for previous uses of cg-manage-rds.