-
brew upgrade 하고 나온 postgresql 메세지 연구하자 ㅜㅜBackEnd★★★/DB데이터베이스 2022. 2. 28. 22:13728x90
==> postgresql
To migrate existing data from a previous major version of PostgreSQL run:
brew postgresql-upgrade-database
This formula has created a default database cluster with:
initdb --locale=C -E UTF-8 /opt/homebrew/var/postgres
For more details, read:
https://www.postgresql.org/docs/14/app-initdb.html
To restart postgresql after an upgrade:
brew services restart postgresql
Or, if you don't want/need a background service you can just run:
/opt/homebrew/opt/postgresql/bin/postgres -D /opt/homebrew/var/postgres반응형'BackEnd★★★ > DB데이터베이스' 카테고리의 다른 글
PostgreSQL 알아보기 데이터베이스 관리 (0) 2023.02.11 Rust Powered Database SurrealDB (It's Pretty Ambitious) (0) 2023.01.18 Rust❤️How to connect to a Postgres DB in Rust to create and retrieve a row storing it into a Rust struct (0) 2022.08.13 Rust❤️Neon: Serverless Postgres. (0) 2022.07.27 Build A Fast Rest API With ACTIX, POSTGRESQL AND DIESEL- Security Union (0) 2022.01.14 Learn PostgreSQL Tutorial - Full Course for Beginners-freeCodeCamp.org (0) 2022.01.07 Mac M1 Postgres installation using home brew&명령어 표로 정리 (0) 2022.01.06 윈도우서버에서 PostgreSQL 외부 접속 가능하게 설정하는 방법- (0) 2022.01.06