Skip to content

Commit

Permalink
Minor updates to make local-dev great again (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-pie authored Apr 29, 2024
1 parent b1b3ba8 commit 147bc61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions dev-project/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ apt-get install -y --no-install-recommends \
libaio1 \
mariadb-client \
mbuffer \
mongodb-database-tools \
mongodb-org-shell \
postgresql-client
postgresql-client \
mongo-tools \
mongocli \
mongodb-mongosh

rm -rf /var/lib/apt/lists/* \

Expand Down
2 changes: 1 addition & 1 deletion dev-project/mongo/init_rs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo 'Initializing MongoDB ReplicaSet'

mongo mongodb://$TAP_MONGODB_HOST:$TAP_MONGODB_PORT/admin?authSource=admin -u $TAP_MONGODB_ROOT_USER -p $TAP_MONGODB_ROOT_PASSWORD <<EOF
mongosh mongodb://$TAP_MONGODB_HOST:$TAP_MONGODB_PORT/admin?authSource=admin -u $TAP_MONGODB_ROOT_USER -p $TAP_MONGODB_ROOT_PASSWORD <<EOF
db.getName();
let cfg = {};
rs.initiate({
Expand Down
2 changes: 1 addition & 1 deletion singer-connectors/target-postgres/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pipelinewise-target-postgres==2.1.1
pipelinewise-target-postgres==2.1.2

0 comments on commit 147bc61

Please sign in to comment.