Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo -u postgres psql -c 'CREATE DATABASE newid CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ciWITH OWNER "postgres" ENCODING "UTF8" LC_COLLATE = "en_US.UTF-8" LC_CTYPE = "en_US.UTF-8" TEMPLATE template0;'


Code Block
CREATE DATABASE "helpspot_db2 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_cidb"
    WITH OWNER "postgres"
    ENCODING 'UTF8'
    LC_COLLATE = 'en_US.UTF-8'
    LC_CTYPE = 'en_US.UTF-8'
    TEMPLATE template0;