From fe7d61b8d73db221a4f8e03149545938b2c2f0d7 Mon Sep 17 00:00:00 2001 From: Aimee Stewart Date: Fri, 1 Mar 2024 10:01:56 -0600 Subject: [PATCH] minor edits --- sphinx/aws/client_migration_notes.md | 10 +++------- sphinx/index.rst | 12 ++++++------ 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/sphinx/aws/client_migration_notes.md b/sphinx/aws/client_migration_notes.md index 512d6fd..e18cef8 100644 --- a/sphinx/aws/client_migration_notes.md +++ b/sphinx/aws/client_migration_notes.md @@ -9,15 +9,12 @@ hope to upgrade to PostgreSQL The database backups will be further improved by storing daily backups for a month For connecting Specify6 to the database via ssh, two things have changed, there will be -no root login to the server, and the IP address for the database. The Linux user name +no root login to the server, and the IP address for the database. The Linux username will be the same as in your institution's url, but with underscore `_` replacing dashes `-` -Here are the new database IPs (they have been updated in the wiki [here] -(https://github.com/specify/specify7/wiki/Specify-6-Remote-Access): -NA: `172.31.96.36` -EU: `172.31.16.73` -CA: `172.31.35.249` +Change the database IPs (they have been updated in the wiki [here] +(https://github.com/specify/specify7/wiki/Specify-6-Remote-Access) Here is an example On Linux/Mac`ssh -N -L3307:xxx.xx.xx.xx:3306 institution_id@na-db-1.specifycloud.org` @@ -26,7 +23,6 @@ On Windows PuTTY target ```commandline C:\Program Files\PuTTY\putty.exe -ssh -i C:\users\your_user\private_key_.ppk \ institution_id@eu-db-1.specifycloud.org -L 3307:xxx.xx.xx.xx:3306 -N` - ``` For now, you will log into the database as `master` with the same previous passwords, diff --git a/sphinx/index.rst b/sphinx/index.rst index f097169..a6659d2 100644 --- a/sphinx/index.rst +++ b/sphinx/index.rst @@ -1,12 +1,6 @@ Welcome to Specify Developer documentation! =========================================================== -.. toctree:: - :maxdepth: 1 - :caption: Internal Processes: - - dev_process/specify_processes - .. toctree:: :maxdepth: 1 :caption: Amazon Web Services: @@ -19,6 +13,12 @@ Welcome to Specify Developer documentation! aws/specify7_ecs_most-in-one aws/specify_cloud_graviton_setup +.. toctree:: + :maxdepth: 1 + :caption: Internal Processes: + + dev_process/specify_processes + .. toctree:: :maxdepth: 1 :caption: Security: