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

1.1.0 배포 체크리스트 #349

Open
4 of 8 tasks
orijoon98 opened this issue Aug 1, 2023 · 4 comments
Open
4 of 8 tasks

1.1.0 배포 체크리스트 #349

orijoon98 opened this issue Aug 1, 2023 · 4 comments
Labels
🌏 Deploy 배포 관련

Comments

@orijoon98
Copy link
Member

orijoon98 commented Aug 1, 2023

📌 Feature Issue

1.1.0 배포시 DB 스키마 변경과 같은 변경 사항들 생기면 To-do 에 기록해두기

📝 To-do

  • 알림 서버 prod yml 파일 github secrets 변경
  • dev mysql - feedback 테이블 feedback_type 칼럼 삭제
  • dev mysql - personality 테이블 다운로드 이미지 관련 칼럼 두개 추가
  • dev mysql - 성향 다운로드 관련 이미지 s3 업로드 후 personality 테이블에 url 추가
  • prod mysql - feedback 테이블 feedback_type 칼럼 삭제
  • prod mysql - personality 테이블 다운로드 이미지 관련 칼럼 두개 추가
  • prod mysql - 성향 다운로드 관련 이미지 s3 업로드 후 personality 테이블에 url 추가
  • prod nginx - 파일 크기 제한 수정하기
@orijoon98 orijoon98 added the 🌏 Deploy 배포 관련 label Aug 1, 2023
@orijoon98 orijoon98 assigned orijoon98 and unassigned orijoon98 Aug 1, 2023
@orijoon98
Copy link
Member Author

orijoon98 commented Aug 2, 2023

ALTER TABLE feedback drop feedback_type;

@orijoon98
Copy link
Member Author

ALTER TABLE personality add (
    first_download_image_url   varchar(300) not null,
    second_download_image_url  varchar(300) not null);

@orijoon98
Copy link
Member Author

image

@hyejungg
Copy link
Member

240323

  • prod -> dev 로 계정 옮김 (데이터 이전 완료)
  • dev 배포 자동화 조심하기 ..

@hyejungg hyejungg pinned this issue Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌏 Deploy 배포 관련
Projects
None yet
Development

No branches or pull requests

2 participants