Skip to content

Conversation

@ulya-sidorina
Copy link
Collaborator

No description provided.

@ulya-sidorina ulya-sidorina changed the title feat(ydbcp): make db schema initialization and migration via goose feat(deployment): support db schema initialization and migration via goose Nov 28, 2025
@ulya-sidorina ulya-sidorina marked this pull request as ready for review November 28, 2025 14:02
condition: service_completed_successfully
restart: "no"
command: bash -c "chmod +x ./init_db/create_tables.sh && ./init_db/create_tables.sh"
command: bash -c "chmod +x ./scripts/create_test_tables.sh && ./scripts/create_test_tables.sh"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это на будущее?

ADD COLUMN root_path String;

ALTER TABLE BackupSchedules
ADD COLUMN root_path String;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Это для того, чтобы можно было протестировать, как работает? Чем root_path отличается от остального?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

на кластерах нет этой колонки, так что эту миграцию надо будет применить перед следующим релизом

@ulya-sidorina ulya-sidorina requested a review from qrort December 1, 2025 12:52
@ulya-sidorina ulya-sidorina merged commit fef87ae into main Dec 1, 2025
3 checks passed
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.

3 participants