docs: fix stale deploy-script name in bootstrap closing message
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
1eda59fe06
commit
6d79ad32fb
1 changed files with 1 additions and 1 deletions
|
|
@ -36,4 +36,4 @@ DB=$(docker ps --filter name=timescale_db --format "{{.Names}}" | head -1)
|
|||
|
||||
echo "Applying analytics_ro role DDL to $DB as postgres ..."
|
||||
docker exec -i "$DB" psql -U postgres -d tracksolid_db -v ON_ERROR_STOP=1 -v ro_pw="$PW" < "$SQL_FILE"
|
||||
echo "analytics_ro ready (password not printed). Now (re)run deploy_analytics_mcp.sh."
|
||||
echo "analytics_ro ready (password not printed). Now deploy the MCP server (Coolify app, or deploy.sh on this host)."
|
||||
|
|
|
|||
Loading…
Reference in a new issue