Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DevOps] 빌드 프로필 설정, 프로필별 DB 연결정보 수정 #4

Open
tae0y opened this issue Nov 26, 2024 · 2 comments
Open
Labels

Comments

@tae0y
Copy link
Owner

tae0y commented Nov 26, 2024

  • local : H2 인메모리 DB를 사용
  • dev/prod : 도커 등 DB URL로 접속
@tae0y
Copy link
Owner Author

tae0y commented Nov 26, 2024

  • hibernate<->postgresql 시퀀스 설정 확인
  • application-properties에서 설정
  • employee.java에서 시퀀시 명시적으로 설정
org.postgresql.util.PSQLException: ERROR: relation "hibernate_sequence" does not exist Position: 17 at 
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2725) ~
[postgresql-42.7.2.jar:42.7.2]

@tae0y tae0y added the task label Nov 26, 2024
@tae0y
Copy link
Owner Author

tae0y commented Dec 11, 2024

DB종류 선택 필요

  • h2 in memory : 현재상태, 이대로 충분히 테스트후 postgresql로 전환
  • docker postgresql : 차후에 h2 기반으로 DB 저장로직을 완성한 다음에 전환
  • redis 지금 단계에서는 불필요
  • azure table storage 지금 단계에서는 불필요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant