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

Refrain from removing the version file in make clean. #125

Merged
merged 1 commit into from
Oct 13, 2022

Conversation

dimitri
Copy link
Owner

@dimitri dimitri commented Oct 13, 2022

The docker build does make clean install and we want to keep the version file around in that environment. Have a new make maintainer-clean entry to remove the version file.

The docker build does `make clean install` and we want to keep the version
file around in that environment. Have a new `make maintainer-clean` entry to
remove the version file.
@dimitri dimitri merged commit 629255f into main Oct 13, 2022
@dimitri dimitri deleted the fix/make-maintainer-clean branch October 13, 2022 11:01
arajkumar added a commit to arajkumar/pgcopydb that referenced this pull request Jun 26, 2024
While playing with timescaledb jobs, I saw the following error,

> 2024-06-20T07:18:17.916 INFO: unexpected log from
'<container-mount>/logs/pgcopydb_follow_stderr_2024-06-20_07-16-37.log
2024-06-20T07:18:17.916 INFO: 2024-06-20 07:18:16.006 1780833 ERROR
pgsql.c:2985 [TARGET 2865558] [42501] ERROR: permission denied for table
bgw_job
2024-06-20T07:18:17.917 INFO: unexpected log from
'<container-mount>/logs/pgcopydb_follow_stderr_2024-06-20_07-16-37.log
2024-06-20T07:18:17.917 INFO: 2024-06-20 07:18:16.006 1780833 ERROR
pgsql.c:3000 [TARGET 2865558] Context: Failed to receive pipeline sync

Hence adding those additional internal timescale schemas from
replications.

Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant