- Create a new peronal private Github repo.
- Configure the Github repo as "Dotfiles" repo.
- Start a workspace on this repo
- Seed:
psql -f seed.sql
- Export:
pg_dump -d /home/gitpod/.dotfiles/backup1.sql
- Persist: in
/home/gitpod/.dotfiles/
, rungit lfs track backup1.sql
,git commit
,git push
.
Fill the database with 10 megabytes of generated random content.
psql -f seed.sql
Export the dabase
pg_dump -d /home/gitpod/.dotfiles/backup1.sql
psql -f /home/gitpod/.dotfiles/backup1.sql
psql -f wipe.sql
psql -c "\dt"