...
If you wish to remove the database you will need to run an additional commandcommands.
Code Block |
---|
dropdb -h localhost -U postgres ASIServerDB
dropdb -h localhost -U postgres autosolarchiver |
You can use a similar command to delete other databases by replacing ASIServerDB
or the user postgres
Info |
---|
Upon future installs, the installation process will recreate the required databases. |