Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
2303b095
Commit
2303b095
authored
10 years ago
by
Vincent Petry
Browse files
Options
Downloads
Plain Diff
Merge pull request #12565 from owncloud/config-sample-databases
add proper description what database is supported by CE and EE
parents
8c8c257c
98b28c68
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/config.sample.php
+13
-7
13 additions, 7 deletions
config/config.sample.php
with
13 additions
and
7 deletions
config/config.sample.php
+
13
−
7
View file @
2303b095
...
...
@@ -89,8 +89,15 @@ $CONFIG = array(
'version'
=>
''
,
/**
* Identifies the database used with this installation: ``sqlite``, ``mysql``,
* ``pgsql``, ``oci``, or ``mssql``.
* Identifies the database used with this installation. See also config option
* ``supportedDatabases``
*
* Available:
* - sqlite (SQLite3 - Community Edition Only)
* - mysql (MySQL)
* - pgsql (PostgreSQL)
* - oci (Oracle - Enterprise Edition Only)
* - mssql (Microsoft SQL Server - Enterprise Edition Only)
*/
'dbtype'
=>
'sqlite'
,
...
...
@@ -841,15 +848,14 @@ $CONFIG = array(
),
/**
* Database types that are supported for installation. (SQLite is available only in
* ownCloud Community Edition, oci and mssql only for the Enterprise Edition)
* Database types that are supported for installation.
*
* Available:
* - sqlite (SQLite3)
* - sqlite (SQLite3
- Community Edition Only
)
* - mysql (MySQL)
* - pgsql (PostgreSQL)
* - oci (Oracle)
* - mssql (Microsoft SQL Server)
* - oci (Oracle
- Enterprise Edition Only
)
* - mssql (Microsoft SQL Server
- Enterprise Edition Only
)
*/
'supportedDatabases'
=>
array
(
'sqlite'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment