Skip to content

Chore: drop vertex_gitlab_docs db

Nathan Weinshenker requested to merge nweinshenker/drop-gitlab-vertex-docs into master

What does this MR do and why?

The embeddings db no longer is in use, so we can delete the vertex embeddings db to make sure we solely use Google Vertex db

Changelog: removed EE: true

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-06-13_at_1.01.47_PM Screenshot_2024-06-13_at_1.13.03_PM

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Access the gitlabhq_developemnt_embedding database with gdk psql
  2. Drop the table with bundle exec rake db:migrate:up:embedding VERSION=20240608215318
  3. Make sure the following vertex_gitlab_docs table no longer exists.

Explanation of DIFF

This migration drops the vertex_gitlab_docs table. The table is no longer used and can be safely removed.

Edited by Nathan Weinshenker

Merge request reports