Advertisement
superstep

test

Nov 19th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. ./rac infobase --cluster=c7dfc7d4-b690-4708-bcc6-d63a3215e9b2 create --create-database --name=test --dbms=PostgreSQL --db-server=localhost --db-port=5433 --db-name=test --locale=ru --db-user=postgres --db-pwd=20122006 --license-distribution=allow --cluster-user=admin --cluster-pwd=20122006
  2.  
  3. docker run -d \
  4. -p 5432:5432 \
  5. --restart=always \
  6. -v /docker/pg_sql:/var/lib/postgresql/data \
  7. -e POSTGRES_PASSWORD=20122006 \
  8. --name 1c_postgres \
  9. kirpich/1c_postgres
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement