Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
abee9093
Commit
abee9093
authored
Oct 22, 2015
by
Florian Schaal
Browse files
add missing key
parent
782f4abd
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
abee9093
...
...
@@ -1101,7 +1101,7 @@ CREATE TABLE IF NOT EXISTS `openvz_template` (
-- Dumping data for table `openvz_template`
--
INSERT
INTO
`openvz_template`
(
`template_id`
,
`sys_userid`
,
`sys_groupid`
,
`sys_perm_user`
,
`sys_perm_group`
,
`sys_perm_other`
,
`template_name`
,
`diskspace`
,
`traffic`
,
`bandwidth`
,
`ram`
,
`ram_burst`
,
`cpu_units`
,
`cpu_num`
,
`cpu_limit`
,
`io_priority`
,
`active`
,
`description`
,
`numproc`
,
`numtcpsock`
,
`numothersock`
,
`vmguarpages`
,
`kmemsize`
,
`tcpsndbuf`
,
`tcprcvbuf`
,
`othersockbuf`
,
`dgramrcvbuf`
,
`oomguarpages`
,
`privvmpages`
,
`lockedpages`
,
`shmpages`
,
`physpages`
,
`numfile`
,
`avnumproc`
,
`numflock`
,
`numpty`
,
`numsiginfo`
,
`dcachesize`
,
`numiptent`
,
`swappages`
,
`hostname`
,
`nameserver`
,
`create_dns`
,
`capability`
,
`features`
,
`iptables`
)
VALUES
(
1
,
1
,
1
,
'riud'
,
'riud'
,
''
,
'small'
,
10
,
-
1
,
-
1
,
256
,
512
,
1000
,
4
,
400
,
4
,
'y'
,
''
,
'999999:999999'
,
'7999992:7999992'
,
'7999992:7999992'
,
'65536:65536'
,
'2147483646:2147483646'
,
'214748160:396774400'
,
'214748160:396774400'
,
'214748160:396774400'
,
'214748160:396774400'
,
'65536:65536'
,
'131072:131072'
,
'999999:999999'
,
'65536:65536'
,
'0:2147483647'
,
'23999976:23999976'
,
'180:180'
,
'999999:999999'
,
'500000:500000'
,
'999999:999999'
,
'2147483646:2147483646'
,
'999999:999999'
,
'256000:256000'
,
'v{VEID}.test.tld'
,
'8.8.8.8 8.8.4.4'
,
'n'
,
''
,
''
,
''
,
''
);
INSERT
INTO
`openvz_template`
(
`template_id`
,
`sys_userid`
,
`sys_groupid`
,
`sys_perm_user`
,
`sys_perm_group`
,
`sys_perm_other`
,
`template_name`
,
`diskspace`
,
`traffic`
,
`bandwidth`
,
`ram`
,
`ram_burst`
,
`cpu_units`
,
`cpu_num`
,
`cpu_limit`
,
`io_priority`
,
`active`
,
`description`
,
`numproc`
,
`numtcpsock`
,
`numothersock`
,
`vmguarpages`
,
`kmemsize`
,
`tcpsndbuf`
,
`tcprcvbuf`
,
`othersockbuf`
,
`dgramrcvbuf`
,
`oomguarpages`
,
`privvmpages`
,
`lockedpages`
,
`shmpages`
,
`physpages`
,
`numfile`
,
`avnumproc`
,
`numflock`
,
`numpty`
,
`numsiginfo`
,
`dcachesize`
,
`numiptent`
,
`swappages`
,
`hostname`
,
`nameserver`
,
`create_dns`
,
`capability`
,
`features`
,
`iptables`
,
`custom`
)
VALUES
(
1
,
1
,
1
,
'riud'
,
'riud'
,
''
,
'small'
,
10
,
-
1
,
-
1
,
256
,
512
,
1000
,
4
,
400
,
4
,
'y'
,
''
,
'999999:999999'
,
'7999992:7999992'
,
'7999992:7999992'
,
'65536:65536'
,
'2147483646:2147483646'
,
'214748160:396774400'
,
'214748160:396774400'
,
'214748160:396774400'
,
'214748160:396774400'
,
'65536:65536'
,
'131072:131072'
,
'999999:999999'
,
'65536:65536'
,
'0:2147483647'
,
'23999976:23999976'
,
'180:180'
,
'999999:999999'
,
'500000:500000'
,
'999999:999999'
,
'2147483646:2147483646'
,
'999999:999999'
,
'256000:256000'
,
'v{VEID}.test.tld'
,
'8.8.8.8 8.8.4.4'
,
'n'
,
''
,
''
,
''
,
''
);
-- --------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment