Skip to content

Commit

Permalink
docs(migrate-to-new-server.md): add spacing for better readability
Browse files Browse the repository at this point in the history
An extra line has been added before the "Delete and Create Database" section to improve the readability of the migration instructions. This helps to visually separate the steps and makes the document easier to follow.
  • Loading branch information
mabdullahabid committed May 9, 2024
1 parent 66f1aef commit 8c2e65c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plane/migrate-to-new-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Copy from local to new server
scp plane_aws_dump_08-05-2024_06_48_21.sql [new-server-url]:/root/backups/plane_aws_dump_08-05-2024_06_48_21.sql

Delete and Create Database

docker compose exec plane-db bash
dropdb plane -U plane
createdb plane -U plane
Expand Down

0 comments on commit 8c2e65c

Please sign in to comment.