author | Luke Hoersten <luke@hoersten.org> |
Mon, 07 Oct 2024 23:31:51 -0500 | |
changeset 239 | c3e3169399a8 |
parent 227 | 2e0366f2dcbe |
permissions | -rw-r--r-- |
227
2e0366f2dcbe
Tons of updates to fix migration to new server.
Luke Hoersten <luke@hoersten.org>
parents:
130
diff
changeset
|
1 |
CREATE USER miniflux; |
2e0366f2dcbe
Tons of updates to fix migration to new server.
Luke Hoersten <luke@hoersten.org>
parents:
130
diff
changeset
|
2 |
ALTER USER miniflux WITH PASSWORD '{{miniflux_db_pass}}'; |
130 | 3 |
CREATE DATABASE miniflux WITH OWNER miniflux; |
4 |
\c miniflux; |
|
5 |
--Extensions made by miniflux that need superuser access |
|
6 |
CREATE EXTENSION IF NOT EXISTS hstore; |