Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change Password Issue
#8
This is a little more tricky, but not much. The steps are like this:

- get a fresh copy of the project: git clone, let say you name this "uptodatecorebos", so it would be:

Code:
git clone https://github.com/tsolucio/corebos uptodatecorebos

- copy from you production install, into this new directory:
storage
test/logo
user_privileges (overwrite any existing files)
config.inc.php
and any non standard modules that you may have:
for example, PDFMaker would require that you copy:
modules/PDFMaker
Smarty/templates/PDFMaker
if you have others, then you copy their directories
- now move your production install, let's suppose you have your production install in a directory called "corebos", you would do

Code:
mv corebos savemycorebos

- now move the new directory to where the production one was:

Code:
mv uptodatecorebos corebos

now you should be able to login and load and apply all the coreBOS updater changesets and have everything up to date and under git version control

Please make a backup of everything before starting

let us know how it goes
Joe
TSolucio
Reply


Messages In This Thread
Change Password Issue - rslemer - 03-06-2017, 02:10 PM
RE: Change Password Issue - joebordes - 03-06-2017, 09:33 PM
RE: Change Password Issue - rslemer - 03-12-2017, 12:28 AM
RE: Change Password Issue - rslemer - 03-07-2017, 05:16 PM
RE: Change Password Issue - joebordes - 03-07-2017, 05:53 PM
RE: Change Password Issue - rslemer - 03-07-2017, 07:49 PM
RE: Change Password Issue - joebordes - 03-08-2017, 03:10 PM
RE: Change Password Issue - rslemer - 03-09-2017, 12:43 AM
RE: Change Password Issue - joebordes - 03-09-2017, 08:26 AM
RE: Change Password Issue - rslemer - 03-11-2017, 04:58 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)