Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
sudo -u postgres psql -c "CREATE USER your_user_id with password 'your_password' createdbsuperuser;"



Code Block
sudo -u postgres psql -c 'create database newid confluence with your_user_id;'


If you want to encode in UTF8, you need to change teamplate0 in UTF8 first

...