Skip to content

Ignore embedding database in truncate Rake task

Stan Hu requested to merge sh-ignore-embedding-database-truncate-rake into master

What does this MR do and why?

Previously running the following:

bin/rake gitlab:db:lock_writes
bin/rake gitlab:db:truncate_legacy_tables:ci

would result in an error due to the tanuki_bot_mvc table not being locked for writes. This table is the embedding database and can be ignored in this Rake task.

Relates to gitlab-development-kit#1640 (closed)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Stan Hu

Merge request reports