Start all apps when creating DB (#355)

* Start all apps when creating DB

* Add changelog entry
This commit is contained in:
Uku Taht 2020-10-13 10:18:31 +03:00 committed by GitHub
parent 5869dde857
commit ceaf39c2b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.
### Added
- Linkify top pages [plausible/analytics#91](https://github.com/plausible/analytics/issues/91)
### Fixed
- Fix issue with creating a PostgreSQL database when `?ssl=true` [plausible/analytics#347](https://github.com/plausible/analytics/issues/347)
## [1.0.0] - 2020-10-06
### Added

View File

@ -50,7 +50,7 @@ defmodule Plausible.Release do
end
def createdb do
:ok = Application.load(@app)
prepare()
for repo <- repos() do
:ok = ensure_repo_created(repo)