forked from wolfsoftwaresystemsltd/opensimscripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme
More file actions
27 lines (15 loc) · 688 Bytes
/
readme
File metadata and controls
27 lines (15 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*NOTES*
- Moving regions to westocean database
// from source
mysqldump -u root -puV6LTchS --no-create-db --no-create-info databasename > databasename.sql";
// load into westocean
mysql -u root -puV6LTchS westocean < databasename.sql
// update the main database
update grid.regions set databasename="westocean" where regioname="REGIONNAME";
on server
mkdir regions/master
mkdir regions/master/bin
This will be the big loader
reboot machine those regions will be loaded
*** ISSUES TO SOLVE ***
1. When starting up a new region it's created under Lone Wolf - Wolf Grid North - that's because of opensim.ini - once the regions created we can move it to a new estatem manager etc