Remove extraneous comments

This commit is contained in:
Rebecca Hsieh 2024-01-11 13:07:12 -08:00
parent 94119cd919
commit cdf0e5bb88
No known key found for this signature in database

View file

@ -62,9 +62,7 @@ To diagnose this issue, you will have to manually delete tables using the psql s
1. `cf login -a api.fr.cloud.gov --sso`
2. Run `cf connect-to-service -no-client getgov-{environment_name} getgov-{environment_name}-database` to open a SSH tunnel
cf connect-to-service -no-client getgov-rh getgov-rh-database
3. Run `psql -h localhost -p 61862 -U {username} -d {broker_name}`
psql -h localhost -p 61862 -U uqgk27icq6ekufyk -d cgawsbrokerprod3uw54ysa5mcg9kb
4. Open a new terminal window and run `cf ssh getgov{environment_name}`
5. Within that window, run `tmp/lifecycle/shell`
6. Within that window, run `./manage.py migrate` and observe which tables are duplicates