Skip to content

Add guide for Upgrading from PostgreSQL to IvorySQL#227

Merged
gaoxueyu merged 2 commits intoIvorySQL:v5.3from
jiaoshuntian:5_p2ivy
Mar 20, 2026
Merged

Add guide for Upgrading from PostgreSQL to IvorySQL#227
gaoxueyu merged 2 commits intoIvorySQL:v5.3from
jiaoshuntian:5_p2ivy

Conversation

@jiaoshuntian
Copy link
Contributor

No description provided.

@github-actions github-actions bot temporarily deployed to pull request March 18, 2026 10:28 Inactive
@github-actions
Copy link

🚀 IvorySQL-Docs Preview Ready

/opt/ivorysql/bin/initdb -D /data/ivorysql/data

# 停止新集群
/opt/ivorysql/bin/pg_ctl -D /data/ivorysql/data stop
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to stop new cluster since it is just initialized.

/opt/ivorysql/bin/pg_ctl -D /data/ivorysql/data start

# 验证数据库是否正常
/opt/ivorysql/bin/psql -p 5433 -c "SELECT version();"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why use 5433 port?

@github-actions github-actions bot temporarily deployed to pull request March 19, 2026 08:18 Inactive
@github-actions
Copy link

🚀 IvorySQL-Docs Preview Ready

@gaoxueyu gaoxueyu merged commit e11c246 into IvorySQL:v5.3 Mar 20, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants