Replies: 1 comment
-
So I just installed Flarium agian and specified it to use FLA_ as the table prefix and then your tool worked great. This might be very usefull information to put in your documentation if its not possible to set I have it going anyways.. Just dealing with attachements and avatars right now.. Ill start another ticket for that! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So when I run this command to migrate from Vanilla 3 to Flarium
./porter -p=Vanilla2 -o=Flarum -s=source -t=test --src-prefix=GDN_
This command works but it creates tables in the target database with a
FLA_
prefix. How do I specify that I don't want any prefix on the target database? I have tried adding--tar-prefix
with no value with no luck ie:./porter -p=Vanilla2 -o=Flarum -s=source -t=test --src-prefix=GDN_ --tar-prefix
Any suggestions or if this is possible?
Beta Was this translation helpful? Give feedback.
All reactions