2 Type: title |
2 Type: title |
3 _Description: This is the littlebird trust center SQL package. |
3 _Description: This is the littlebird trust center SQL package. |
4 |
4 |
5 Template: littlebird-tc/db/have-admin |
5 Template: littlebird-tc/db/have-admin |
6 Type: boolean |
6 Type: boolean |
7 Default: no |
7 Default: false |
8 _Description: Do you know how to access your database server as *admin*? |
8 _Description: Do you know how to access your database server as *admin*? |
9 During the package configuration (postinst) we need to connect |
9 During the package configuration (postinst) the database server |
10 to your database server and setup the littlebird schema, install |
10 needs to be contacted to setup the littlebird schema, install |
11 a littlebird user etcpp. If you can provide us the data to access |
11 a littlebird user etcpp. If you can provide the data to access |
12 this server, please answer "yes", if not, |
12 this server, please answer "yes", if not, |
13 please answer "no" and return later and run |
13 please answer "no" and return later and run |
14 . |
14 . |
15 dpkg-reconfigure littlebird-tc-sql |
15 dpkg-reconfigure littlebird-tc-sql |
16 |
16 |
17 Template: littlebird-tc/db/adminuser |
17 Template: littlebird-tc/db/adminuser |
18 Type: string |
18 Type: string |
19 Default: root |
19 Default: root |
20 _Description: The user to be used for the *administrative* database connection. |
20 _Description: The user to be used for the *administrative* database connection. |
21 Some operations during install need administrative privileges, we need |
21 Some operations during install need administrative privileges, enter |
22 the name of the user who is empowered enough. |
22 the name of the user who is empowered enough. |
23 |
23 |
24 Template: littlebird-tc/db/adminpass |
24 Template: littlebird-tc/db/adminpass |
25 Type: password |
25 Type: password |
26 Default: |
26 Default: |
27 _Description: The password to be used for the *administrative* database connection. |
27 _Description: The password to be used for the *administrative* database connection. |
28 Some operations during install need *administrative* privileges, we need |
28 Some operations during install need *administrative* privileges, enter |
29 the password for the user who is empowered enough. (The password will be securly kept |
29 the the password for the user who is empowered enough. (The password will be securly kept |
30 in the debconf database.) |
30 in the debconf database.) |
31 |
31 |
32 Template: littlebird-tc/db/exists |
32 Template: littlebird-tc/db/exists |
33 Type: error |
33 Type: error |
34 _Description: The database "${name}" exists already. |
34 _Description: The database "${name}" exists already. |
35 Since the database "${name}" seems to exist already, we will not |
35 Since the database "${name}" seems to exist already, nothing |
36 start any attempt to do anything. |
36 will be done! |
37 . |
37 . |
38 Sorry, if this is not what you expected. |
38 Sorry, if this is not what you expected. |
39 |
39 |
40 Template: littlebird-tc/db/failure |
40 Template: littlebird-tc/db/failure |
41 Type: error |
41 Type: error |
42 _Description: Admin access to database failed. |
42 _Description: Admin access to database failed. |
43 We cannot access the database "${name}" on host "${host}". |
43 We cannot access the database "${name}" on host "${host}". |
44 The excuse we got: |
44 The excuse reads: |
45 . |
45 . |
46 ${message} |
46 ${message} |
47 . |
47 . |
48 Sorry, if this is not what you expected. |
48 Sorry, if this is not what you expected. |