The first time you start a new server configuration,
Atlas Hub creates all tables in the database you specify. This section explains how to create a server configuration and start it for the first time. It assumes that you want the
server to automatically create a
PostgreSQL database. If that is not the case, see
Creating a Database Manually.
Database names should:
- Begin with a letter.
- Contain letters and numbers only.
- Not contain spaces.
- Not be a SQL reserved word such as
create,
delete,
if,
then,
else, or
goto.
Important: The
Server Administration database options may fail to run for databases with names that do not follow these guidelines.