Location: Asia Pacific, Cyberspace, in the Dark Dystopia
Posts: 19,118
Thanks Given: 2,351
Thanked 3,359 Times in 1,878 Posts
Quote:
Originally Posted by vgersh99
Quick Q...
do I need a new account for the discourse "side of the house"?
Tried my creds from the main site, getting "Incorrect username, email or password"
Note: No passwords will be ported to any new discourse site. The password hash functions are not the same so porting them would not work.
All users will need to do the 'reset or lost password thing' on the new discourse site. I do not want to spam the world with a mass "reset your password for discourse email" if we decide to go public.
Please keep in mind, if you do it now (update your password on the discourse site), you will have do to it again later, because I plan to dump the discourse DB in a few days and run the whole migration again.
I have learned a few things from the test migration, so I will change the migration script and run it again after this test migration is complete (I think in one more day, the first test run will be done).
This is only a test run to smoke out the goblins, alligators, and vampires hiding in the migration shadows
FYI Only: I have started another test run on a different server using a modified migration script, so I'm actually doing two initial test migration runs at the moment. Plus, I need to get very good at docker, so I wanted to do it all from scratch again. In this second parallel run, I wrote some initial new code for some of our custom BBCODE and changed the way vB forums are converted to discourse categories.
I'm sure I will find more odd BBCODE issues and unexpected issues when testing various migration paths.
FYI Status, for the post replies migration on test bed 1
Hi,I am using following code for FTP in shell script file and it is working.Now I want to migrate from FTP to SFTP.What code changes/steps I have to perform for SFTP ?
ftp -in <<FIN
open $SAP_UP_SERVER
user $SAP_UP_USER $SAP_UP_PASSWORD
asc
put... (7 Replies)
Hi ,
I would like to (MYSQL) migrate the all the data from solari's to linux box.
I have checked whether mysql is installed or not.
rpm -qa | grep -i mysql
I confirmed !!!!
I want to know the following points.
1) How can get to know what are mysql data files and location as well.... (4 Replies)
Here is the issue:
I am building a database server using Solaris 10x86 U8.
The system is jumpstarted with mpxio enabled and booting from the san.
We need to have powerpath 5.3 installed and would like to have powerpath take control of the the boot san as well or have mpxio control the san... (2 Replies)
I have some UFS volumes (non root), that I would like to change into ZFS volumes.
Is this possible ?
I think the only method is to create a new zfs volume and copy the data accoss, this would take a long time for us. Is there a quicker way ?
Regards (5 Replies)
If I have an oracle 9 database environment on a san running solaris 5.8 as the os. Can I plug the san into a Solaris 5.9 environment and have the database work ? - as long as binaries are on the san (1 Reply)
I'm trying to see every file which my group (staff) has in a certain directory, recursively. The pipe
ls -l -R | grep staff
is not working exactly as I want, as for every directory to which my user does not have access, a line like:
ls: ./directory/lost+found: The file access permissions do not... (5 Replies)
Currently, I am planning a migration between machine which under True64UNIX. The new machine will run with higher version O/S. My question is, is there any solution on migrating one machine to another which with different O/S version? My goal is keeping minimum impact to the users.
Excuse my... (1 Reply)