Ticket created by ~plantroon on ~cloutier/bird.makeup
If one performs a clean install from the docker-compose,yaml, it will end up with the following errors (and more after it):
birdmakeup | EnvironmentName Production birdmakeup | warn: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[60] bird-db | The files belonging to this database system will be owned by user "postgres". bird-db | This user must also own the server process. bird-db | The database cluster will be initialized with locale "en_US.utf8". bird-db | The default database encoding has accordingly been set to "UTF8". birdmakeup | Storing keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed. birdmakeup | warn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[35] birdmakeup | No XML encryptor configured. Key {21d56f71-ca77-4de9-b47c-672b96a97b74} may be persisted to storage in unencrypted form. birdmakeup | info: Microsoft.Hosting.Lifetime[14] birdmakeup | Now listening on: http://[::]:80 birdmakeup | info: Microsoft.Hosting.Lifetime[0] birdmakeup | Application started. Press Ctrl+C to shut down. birdmakeup | info: Microsoft.Hosting.Lifetime[0] birdmakeup | Hosting environment: Production birdmakeup | info: Microsoft.Hosting.Lifetime[0] birdmakeup | Content root path: /app birdmakeup | fail: Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware[1] birdmakeup | An unhandled exception has occurred while executing the request. birdmakeup | Npgsql.PostgresException (0x80004005): 42P01: relation "followers" does not exist
Is it supposed to work by itself or should I have had birdsitelive installed previously?