Skip to content

Commit

Permalink
Align naming for backup
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperpedersen committed Jul 25, 2023
1 parent 0280fbd commit c847b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgsql14-primary-rocky8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This project contains the PostgreSQL Primary image.
make build

# Run, and register the container under postgresql-primary
podman run -p 5432:5432 -p 9100:9100 --name postgresql-primary -d -e PG_DATABASE=mydb -e PG_USER_NAME=myuser -e PG_USER_PASSWORD=mypass -e PG_REPLICATION_NAME=repl -e PG_REPLICATION_PASSWORD=replpass -e PG_BACKUP_NAME=backupuser -e PG_BACKUP_SLOT=backup -e PG_BACKUP_PASSWORD=backuppass -e PG_NETWORK_MASK=all -e PG_MONITOR_NAME=monuser -e PG_MONITOR_PASSWORD=monpass pgsql14-primary-rocky8
podman run -p 5432:5432 -p 9100:9100 --name postgresql-primary -d -e PG_DATABASE=mydb -e PG_USER_NAME=myuser -e PG_USER_PASSWORD=mypass -e PG_REPLICATION_NAME=repl -e PG_REPLICATION_PASSWORD=replpass -e PG_BACKUP_NAME=backup -e PG_BACKUP_PASSWORD=backuppass -e PG_BACKUP_SLOT=backup -e PG_NETWORK_MASK=all -e PG_MONITOR_NAME=monuser -e PG_MONITOR_PASSWORD=monpass pgsql14-primary-rocky8

# psql to postgresql-primary
psql -h localhost -p 5432 -U myuser mydb
Expand Down

0 comments on commit c847b6f

Please sign in to comment.