콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
837 화면

I want to create a new branch in staging stage with the same set of data in the database of another branch in the staging stage instead of using data in production stage

아바타
취소
베스트 답변

Hello

odoo.sh allow you to import database from odoo.sh. so you can take database backup of staging1 and import into staging2.



Thanks & Regards,


CandidRoot Solutions Pvt. Ltd.

Mobile: (+91) 8849036209

Email: info@candidroot.com

아바타
취소
작성자 베스트 답변

I successfully imported the database, after this my app didn't show anything, it is literally like a white board

아바타
취소

ensure you have copied the code from the first staging to next

작성자

I have copied the code from the first stage to create the new branch and I download the backup of the old branch as zip file and then import that zip file in the new branch, after importing the database, my app is looks like a white board, I didn't see anything