PDA

View Full Version : Starting with id other than "web1"?


Geewiz
5th November 2006, 16:21
Hi,

i'm currently migrating from Confixx to ISPconfig.

After installing ISPconfixx, I played around a bit and quickly noticed that it uses the "webXX" user id scheme, too. I didn't care much, since it used ".../web1/web" as DocumentRoot instead of Confixx' .../web1/html.

I stopped not caring after I deleted the test account. :eek:

Okay, I had a backup copy.

But when I'll start migrating the Confixx accounts, I'd like ISPconfig to start with an unused ID like "web30".

How can I make ISPconfig do so?

Best regards,
Jochen

Geewiz
5th November 2006, 16:49
Of course, as so often, I find the solution not until minutes after I posted my question.

I searched for "webid" and found the ALTER TABLE statement for isp_isp_web:

"alter table isp_isp_web auto_increment=32" did the trick.