File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 110110 rm -fr /shared/postgres_data_new
111111 install -d -m 0755 -o postgres -g postgres /shared/postgres_data_new && sudo -u postgres /usr/lib/postgresql/15/bin/initdb -D /shared/postgres_data_new || exit 0
112112 apt-get update
113- apt-get install -y postgresql-${PG_MAJOR_OLD}
113+ apt-get install -y postgresql-${PG_MAJOR_OLD} postgresql-${PG_MAJOR_OLD}-pgvector
114114 chown -R postgres:postgres /var/lib/postgresql/15
115115 /etc/init.d/postgresql stop
116116 rm -fr /shared/postgres_data/postmaster.pid
Original file line number Diff line number Diff line change 110110 rm -fr /shared/postgres_data_new
111111 install -d -m 0755 -o postgres -g postgres /shared/postgres_data_new && sudo -u postgres /usr/lib/postgresql/15/bin/initdb -D /shared/postgres_data_new || exit 0
112112 apt-get update
113- apt-get install -y postgresql-${PG_MAJOR_OLD}
113+ apt-get install -y postgresql-${PG_MAJOR_OLD} postgresql-${PG_MAJOR_OLD}-pgvector
114114 chown -R postgres:postgres /var/lib/postgresql/15
115115 /etc/init.d/postgresql stop
116116 rm -fr /shared/postgres_data/postmaster.pid
You can’t perform that action at this time.
0 commit comments