From f647780b38bcae4b010e44c46b730a6851ccc4f2 Mon Sep 17 00:00:00 2001 From: Rebecca Hsieh Date: Thu, 11 Jan 2024 13:07:45 -0800 Subject: [PATCH] Remove extraneous comments from me --- docs/developer/migration-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/migration-troubleshooting.md b/docs/developer/migration-troubleshooting.md index 4cdf7dd67..11b0d08fd 100644 --- a/docs/developer/migration-troubleshooting.md +++ b/docs/developer/migration-troubleshooting.md @@ -63,7 +63,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 3. Run `psql -h localhost -p 61862 -U {username} -d {broker_name}` -4. Open a new terminal window and run `cf ssh getgov{environment_name}` +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