Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tweak docker containsers to avoid ERROR: connected to template database, exiting #170

Open
akuzm opened this issue Oct 28, 2021 · 1 comment

Comments

@akuzm
Copy link
Member

akuzm commented Oct 28, 2021

On a clean docker container timescale/timescaledb:latest-pg12', we get an error in server log:

ERROR:  TimescaleDB background worker connected to template database, exiting

This error happens if the background workers are attached to a database with datistemplate. This can happen if you install the extension into a database that you want to use as a template and then start the background workers. It has no consequences, but is alarming for the users and we should investigate whether something can be tweaked in the docker startup scripts to avoid the error.

@Kazmirchuk
Copy link

indeed, this would be nice to fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants